Telegram Group & Telegram Channel
🌲 #newfeature
Change to `input()`'s `type = input.resolution` widget
A new feature of the resolution widget allows the selection of the chart's timeframe ("Same as Symbol"). This code shows how to use it, including how to make the chart's resolution the default.

It is no longer necessary to use the previous acrobatics required to include "No Higher Timeframe" as an option for users of our scripts:

//@version=4
study("type = input.resolution", "", true)
r_ = input("", type = input.resolution)
r = r_ == "" ? timeframe.period : r_
c = security(syminfo.tickerid, r, close)
plot(c)



tg-me.com/PineCodersSquawkBox/26
Create:
Last Update:

🌲 #newfeature
Change to `input()`'s `type = input.resolution` widget
A new feature of the resolution widget allows the selection of the chart's timeframe ("Same as Symbol"). This code shows how to use it, including how to make the chart's resolution the default.

It is no longer necessary to use the previous acrobatics required to include "No Higher Timeframe" as an option for users of our scripts:

//@version=4
study("type = input.resolution", "", true)
r_ = input("", type = input.resolution)
r = r_ == "" ? timeframe.period : r_
c = security(syminfo.tickerid, r, close)
plot(c)

BY PineCoders Squawk Box




Share with your friend now:
tg-me.com/PineCodersSquawkBox/26

View MORE
Open in Telegram


PineCoders Squawk Box Telegram | DID YOU KNOW?

Date: |

Start with a fresh view of investing strategy. The combination of risks and fads this quarter looks to be topping. That means the future is ready to move in.Likely, there will not be a wholesale shift. Company actions will aim to benefit from economic growth, inflationary pressures and a return of market-determined interest rates. In turn, all of that should drive the stock market and investment returns higher.

PineCoders Squawk Box from ru


Telegram PineCoders Squawk Box
FROM USA